Skip to content

Try out the new registry#22202

Draft
alexeypilyugin wants to merge 10 commits intomasterfrom
alexeypilyugin/new-registry
Draft

Try out the new registry#22202
alexeypilyugin wants to merge 10 commits intomasterfrom
alexeypilyugin/new-registry

Conversation

@alexeypilyugin
Copy link

What does this PR do?

Trying out the new datadog docker registry

Motivation

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.44%. Comparing base (87c35b3) to head (b68ea3d).
⚠️ Report is 51 commits behind head on master.

Additional details and impacted files
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@datadog-official
Copy link
Contributor

datadog-official bot commented Dec 19, 2025

⚠️ Tests

Fix all issues with Cursor

⚠️ Warnings

🧪 8 Tests failed

test_carryforward_flag from test_ci.py (Datadog) (Fix with Cursor)
assert 'Flag \`active_directory\` must have carryforward set to true' in 'CI configuration is not in sync, try again with the \`--sync\` flag\n'
 +  where 'CI configuration is not in sync, try again with the \`--sync\` flag\n' = <function remove_trailing_spaces at 0x7fe91907b600>('CI configuration is not in sync, try again with the \`--sync\` flag\n')
 +    where <function remove_trailing_spaces at 0x7fe91907b600> = <module 'tests.helpers.api' from '/home/runner/work/integrations-core/integrations-core/ddev/tests/helpers/api.py'>.remove_trailing_spaces
 +    and   'CI configuration is not in sync, try again with the \`--sync\` flag\n' = <Result SystemExit(1)>.output
test_check_in_multiple_projects from test_ci.py (Datadog) (Fix with Cursor)
assert 'Check \`active_directory\` is defined as a flag in more than one project' in 'CI configuration is not in sync, try again with the \`--sync\` flag\n'
 +  where 'CI configuration is not in sync, try again with the \`--sync\` flag\n' = <function remove_trailing_spaces at 0x7fe91907b600>('CI configuration is not in sync, try again with the \`--sync\` flag\n')
 +    where <function remove_trailing_spaces at 0x7fe91907b600> = <module 'tests.helpers.api' from '/home/runner/work/integrations-core/integrations-core/ddev/tests/helpers/api.py'>.remove_trailing_spaces
 +    and   'CI configuration is not in sync, try again with the \`--sync\` flag\n' = <Result SystemExit(1)>.output
test_codecov_file_missing[integrations-core] from test_ci.py (Datadog) (Fix with Cursor)
assert 'Unable to find the Codecov config file' in 'CI configuration is not in sync, try again with the \`--sync\` flag\n'
 +  where 'CI configuration is not in sync, try again with the \`--sync\` flag\n' = <function remove_trailing_spaces at 0x7fe91907b600>('CI configuration is not in sync, try again with the \`--sync\` flag\n')
 +    where <function remove_trailing_spaces at 0x7fe91907b600> = <module 'tests.helpers.api' from '/home/runner/work/integrations-core/integrations-core/ddev/tests/helpers/api.py'>.remove_trailing_spaces
 +    and   'CI configuration is not in sync, try again with the \`--sync\` flag\n' = <Result SystemExit(1)>.output
View all

ℹ️ Info

❄️ No new flaky tests detected

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: b68ea3d | Docs | Datadog PR Page | Was this helpful? Give us feedback!

required: false
description: Agent 6 image on Windows
default: "datadog/agent-dev:master-py2-win-servercore"
default: "datadog/agent-dev:master-py2-win-servercore" # todo: support registry.datadoghq.com
Copy link
Contributor

@AliDatadog AliDatadog Dec 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This image does not exist in this registry because:

  • It hasn't been published recently (we could publish it though)
  • We added a 14d retention policy because agent-dev images are using a lot of storage.

We can exclude this image from the clean up policy if needed

agent-image-windows-py2:
required: false
default: "datadog/agent-dev:master-py2-win-servercore"
default: "datadog/agent-dev:master-py2-win-servercore" # todo: support registry.datadoghq.com
Copy link
Contributor

@AliDatadog AliDatadog Dec 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same, master-py2-win-servercore hasn't been published recently but we can replicate it

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

⚠️ Major version bump
The changelog type changed or removed was used in this Pull Request, so the next release will bump major version. Please make sure this is a breaking change, or use the fixed or added type instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants